
.slideshow_div_res{
    height: 50vh;
    /* width: 100%; */
    

}
.burger_res {
   
    left: 6%;

}
.side_pannel_resp {
    
  position: fixed;
    height: 100vh;
    width: 90%;
    
}
.side_pannel_resp a{
    margin: 28px 77px;
}
.list_size_resp {
    font-size: 1em;
}
.logo_with_text_resp {
    position: absolute;
    display: flex;
    flex-direction: column;
    /* top: 70px;
    left: 50px; */
    top: 22%;
    left: 44%;
    transform: translate(-50%, -50%);

}
.logo_resp{
    height: 50px;
    
}
.text_resp{
    margin: 0 0 0 0 px;
}
.another_size_resp {
    /* padding-top: 24px; */
    font-size: 2rem;
}
.foundation_size_resp {

    font-size: 3rem;
}

.opportunity_size_resp {
    font-size: 1rem;
}
.mission_resp{
    margin: 29px 13px;

}
.icon_logo_resp{
    position: relative;
    height: 2rem;
}
.mission_text_size_resp{
    font-size: 25px;

}
.mission_image_resp{
    border-radius: 10%;
    /* object-fit: cover; */
    object-position: 10% 10%;
    height: 200px;
    filter: drop-shadow(2px 4px 6px black)
}
.mission_flex_resp{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mission_text_resp{
    font-size: 15px;
    font-weight: 200;
    margin: 30px 10px;

}

.fieldset_resp{
    padding: 0 13px 10px 12px;   
    
}
.meet_image{
    display: none;
}
.contact_inputs_resp{
    width: 300px;
    
}


